home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 August: Tool Chest / Dev.CD Aug 95 TC / Dev.CD Aug 95 TC.toast / New System Software Extensions / MacODBC SDK 2.0b1 / ODBC Tools / SampleTranslate / Sources / ConfigTranslator.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-13  |  336 b   |  21 lines  |  [TEXT/MPS ]

  1. /*
  2.  *    ConfigTranslator.h
  3.  *
  4.  *    © 1993 by Apple Computer, Inc., all rights reserved.
  5.  */
  6.  
  7. #ifndef __ConfigTranslator__
  8. #define __ConfigTranslator__
  9.  
  10. #ifndef __WINDOWS__
  11. #include <Windows.h>
  12. #endif
  13.  
  14. #ifndef __SQL
  15. #include "SQL.H"
  16. #endif
  17.  
  18. Boolean        DoConfigTranslator    (WindowPtr parentWindow, DWORD *pvOption);
  19.  
  20. #endif __ConfigTranslator__
  21.